Kazuki Matsushita
2020-12-10
Introduction: Decaton
LINE recently released an in-house developed library, Decaton, as open source. Decaton is a Kafka-based asynchronous job queue library, and it is widely used throughout LINE.
GitHub: line/decaton - High throughput asynchronous task processing on Apache Kafka
In fact, Kafka offers Kafka Streams, its official library for processing streams. However, Kafka Streams did not meet our requirements at the time, and we decided to develop a Kafka-based library called Decat